All Questions
2 questions
0votes
1answer
976views
How to prevent hotlinking on binary content served through PHP?
I am trying to secure a byte serving script, written in PHP, mostly taken from http://www.tuxxin.com/php-mp4-streaming/ to protect against linking the video directly and easy downloading. I therefore ...
2votes
1answer
5kviews
Authenticating Users from Android with PHP Webservice
I'm creating a simple Android application which requires reading and writing values to the cloud. I intent to use PHP for the webservice. But I'm a little confused over the authentication scheme. I ...